Xbasic

SQL::IndexInfoClone Method

Syntax

< Copy> as SQL::IndexInfo = Clone()

Arguments

< Copy>

A new SQL::IndexInfo object.

SQL::IndexInfo

A SQL::IndexInfo object.

Description

Create a copy of an object instance.

Discussion

The SQL::IndexInfo.Clone() method makes a copy of a SQL::IndexInfo object and its properties.

See Also